*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Open Sans',sans-serif;background-color:#f2f2f2;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow-x:hidden;color:#333;position:relative}.top-bar{position:absolute;top:0;left:0;width:100%;height:50px;background-color:#333;z-index:1}.content-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;padding:20px}.logo{width:120px;height:120px;margin-bottom:20px;object-fit:contain;border-radius:12px;background-color:transparent}.main-card{background:#fff;width:90%;max-width:480px;padding:40px 30px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);text-align:center;border-top:6px solid #7CB342;position:relative}.badge{display:inline-block;background-color:#7CB342;color:#fff;font-weight:700;padding:5px 12px;border-radius:4px;font-size:.85rem;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px}h1{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:700;margin-bottom:15px;line-height:1.2;color:#222}p{font-size:clamp(1rem,2vw,1.125rem);line-height:1.6;color:#555;margin-bottom:30px}.cta-button{display:inline-block;width:100%;padding:16px;background-color:#7CB342;color:#fff;text-decoration:none;font-size:1.125rem;font-weight:700;border-radius:4px;transition:background-color .3s ease,transform .1s ease;border:none;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,0.1)}.cta-button:hover{background-color:#689f38}.cta-button:active{transform:translateY(1px)}.cta-button:focus{outline:3px solid #aed581;outline-offset:2px}.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background:#333;color:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center;z-index:100;font-size:.875rem;transform:translateY(100%);transition:transform .3s ease}.cookie-banner.visible{transform:translateY(0)}.cookie-text{margin-right:20px}.cookie-btn{background:#7CB342;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:700;white-space:nowrap}.cookie-btn:hover{background:#689f38}@media(max-width:480px){.main-card{padding:30px 20px}.logo{width:100px;height:100px}.cookie-banner{flex-direction:column;text-align:center}.cookie-text{margin-bottom:10px;margin-right:0}}